home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 701-725 / 702 / a-gene / install2 < prev    next >
Text File  |  1995-03-18  |  396b  |  20 lines

  1. echo "Copying fonts and Show to workbench disk"
  2. if not exists s:mycols2
  3. copy mycols2 to s:
  4. endif
  5. if not exists fonts:agene
  6. copy fonts to fonts: all
  7. endif
  8. if not exists c:show
  9. copy c/show to c:
  10. endif
  11. if not exists c:muchmore
  12. copy :c/muchmore to c:
  13. endif
  14. if not exists c:format
  15. copy c/format to c:
  16. endif
  17. copy a-geneparam.pal a-geneparam
  18. echo
  19. echo "Now you may click on A-Gene.Boot to start A-Gene"
  20.